Skip to main content

API requests have a maximum limit of `100`

To make the API more scalable and reliable, we've implemented a maximum limit of 100 for all API requests to our list endpoints. If API requests exceed the maximum limit parameter of 100, a user will receive an API error message.

This maximum limit applies to multi-tenant instances only, and does not apply to single tenant instances.

Refer to the Pagination section for more information on this change.

0